home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1995-02-08 | 26.5 KB | 533 lines |
- /* $Id: r13accd.dat,v 1.11 1994/11/21 16:14:59 willis Exp $ */
- /* This is the installation script for the AutoVision 2.0 DOS only */
- /* AutoCAD R13 CD-ROM. */
-
- @DefineProject
- @Language = @ES @Endlang
- @NAME = "AutoCAD" /* Must match disk.id file */
- @VERSION = "R13" /* Must match disk.id file */
- @ABANNER = " Instalación de AutoVision 2.0 "
- @BATCHFILE = "ACADAVIS.BAT"
- @SUBDIR = "\\A"
- @OUTDRIVE = C
- @GROUP = "Z"
- @Requires @HardDisk
- @EndProject
-
- @DefineVars
- @Dir @Subdir2 = "" /* directory type */
- @Drive @CDROM = C
-
- @Integer @ALLFILES = 18000000
- @Integer @MINFILES = 6500000
- @EndVars
-
- @WELCOME
- @CLS
- @if (@RAMAvail < 405k)
- @DATXMSG(1,"This Installation Program requires 425k of free memory
- to complete the installation. There is only @RAMAvail
- bytes free. Please free up memory and start the installation
- again.")
-
- @Abort
- @Endif
-
- @If (@CPU < 386)
- @DATXMSG(59,"AutoVision requires an 80386 or higher CPU.
- Your computer is running on a 80@CPU CPU.")
-
-
- @Pause
- @CLS
- @Endif
-
- @If (@NDP == 0)
- @DATXMSG(60,"AutoVision requires a math co-processor to run.")
-
-
- @Pause
- @CLS
- @Endif
-
- @If ((@OSMajor * 100 + @OSMinor) < 500)
- @DATXMSG(61,"AutoVision requires DOS version 5.00 or higher.")
-
- @Pause
- @Endif
-
- @CLS
-
- @DATXMSG(63,"This program installs AutoVision R2.0 on your computer
- system and checks the distribution disks for errors.
- You can specify the drive and directory where you want to
- install AutoVision. The program creates the directory for you.
- You can choose to copy only selected parts of the software.
-
- Each screen of this program offers a choice and a default response.
- Press the RETURN key to accept the default. Otherwise type or
- select another response and then press the RETURN key.
- If you make a mistake while typing, press the BACKSPACE key
- and retype the entry.
-
- You can press the ESC key at any time to cancel installation
- and return to the operating system.")
-
- @PAUSE
- @EndWelcome
-
- SELECTACAD:
- @Getgroups
- @ClearGroup(Z)
- @ClearGroup(A)
- @CheckBox @Localwindow(6,40) @CLS
- @DATXMSG(64,"Here you select the parts of AutoVision you want to install.")
-
-
-
-
-
-
-
-
-
- @DATXMSG(65,"The Minimum Installation files are the only ones required to run
- AutoVision. Use the up and down cursor keys to scroll through the
- list. Use the SPACE_BAR key to toggle the YES/NO state of the
- current selection. Press the RETURN key to accept the selection(s).
-
- Press the ESC key to abort.")
-
- @SET Z = "@DATXMSG(8,"Install all files (@ALLFILES bytes)")"
- @SET A = "@DATXMSG(9,"Minimum Installation (@MINFILES bytes)")"
- @EndGroups
-
- @Display
- @Cls
- @If ('Z' [= @Group || 'A' [= @Group)
-
- @DATXMSG(20,"SELECTED FOR INSTALLATION:")
-
- @If ('Z' [= @Group) @DATXMSG(8,"Install all files.") @Else
- @If ('A' [= @Group) @DATXMSG(9,"Minimum Installation") @EndIf
- @Endif
- @Pause
- @ELSE
- @DATXMSG(21,"No files were selected for installation.")
- @Pause
- @GOTO SELECTACAD
- @Endif
- @EndDisplay
-
- SelectDrv:
- @GetOutDrive
- @Suppress A /* don't display A: */
- @Suppress B /* or B: */
- @CLS
- @DATXMSG(22,"On which disk drive do you want to install the selected files?")
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @DATXMSG(23,"Use the up and down cursor keys to scroll through the
- list of disk drives. Press the RETURN key when you have
- selected a drive.")
-
- @EndOutDrive
-
- /* Check if Selected drive writeable? */
- @If (@WriteDisk @OutDrive == 1)
- @GetOption
-
- @DATXMSG(24,"The Selected output disk drive is read only.
- Do you want to select another drive?")
-
- @LocalWindow(12,40)
- @Option 1 = "@DATXMSG(25,"Select another drive")"
- @Option 2 = "@DATXMSG(26,"Abort Installation")"
- @EndOption
-
- @If(1 [= @Option)
- @ClearOption(1)
- @GoTo SelectDRV
- @Else
- @Abort
- @Endif
- @Endif
-
-
- @If (('Z' [= @Group && @DiskFree @OutDrive < @ALLFILES) ||
- ('A' [= @Group && @DiskFree @OutDrive < @MINFILES))
- @GetOption
-
- @DATXMSG(47,"The selected output disk drive only has @DiskFree @OutDrive bytes free,
- which is not enough space for the installation selected.")
-
- @DATXMSG(48,"Do you want to install on this drive anyway or select another drive?")
- @LocalWindow(12,40)
- @Option 10 = "@DATXMSG(43,"Continue")"
- @Option 11 = "@DATXMSG(44,"Select another drive")"
- @EndOption
- @EndIf
-
- @If(11 [= @Option)
- @ClearOption(11)
- @GoTO SelectDRV
- @Endif
-
- /* Get installation directory */
- Selectsubdir:
- @GetSubdir
- @Default = "@SUBDIR"
- @CLS
-
- @DATXMSG(27,"Here you specify the name of the directory where the selected files
- will be installed. By default, the name of this directory is:
- @SUBDIR.
- The program locates it below the root directory of the disk
- drive you selected. If you have no preference, choose the
- default by pressing the RETURN key.
-
- To change the directory name, backspace over the directory name
- and type a new name. Press the RETURN key when you have finished
- typing the name.")
-
-
-
-
-
-
- @PROMPT = "@DATXMSG(28," Which subdirectory ? ")"
- @EndSubdir
-
- /* Check if installation dirextory already exists */
- @IF (@Exists "@OutDrive:@SubDir")
- @GetOption
- @DATXMSG(29,"Apparently there is already a directory called:")
-
- @OutDrive:@SubDir
-
- @DATXMSG(35,"Do you want to continue installing over the files in this
- directory?")
-
- @LocalWindow(12,40)
- @Option 3 = "@DATXMSG(30,"Yes")"
- @Option 4 = "@DATXMSG(31,"No")"
-
- @EndOption
- @Endif
-
- @If(4 [= @Option)
- @Display
- @DATXMSG(32,"Select another directory.")
- @ClearOption(4)
- @Pause
- @GoTo Selectsubdir
- @Endisplay
- @Endif
-
-
-
- @DefineDisk
- @LABEL = "CDROM"
- @File autovis\avpacked\readmed.avs @Packed @Out AVDOS\readme.avs
- @File autovis\avpacked\readmew.avs @Packed @Out AVWIN\readme.avs
- @File autovis\avpacked\getstard.txt @Packed @Out AVDOS\getstart.txt
- @File autovis\avpacked\getstarw.txt @Packed @Out AVWIN\getstart.txt
- @File autovis\avpacked\lsobj.arx @Packed @Out AVDOS\*.*
- @File autovis\avpacked\lsobj.arx @Packed @Out AVWIN\*.*
- @File autovis\avpacked\animd.lsp @Packed @Out AVDOS\anim.lsp
- @File autovis\avpacked\animw.lsp @Packed @Out AVWIN\anim.lsp
- @File autovis\avpacked\apianimd.lsp @Packed @Out AVDOS\api_anim.lsp
- @File autovis\avpacked\apianimw.lsp @Packed @Out AVWIN\api_anim.lsp
- @File autovis\avpacked\dlganimd.lsp @Packed @Out AVDOS\dlg_anim.lsp
- @File autovis\avpacked\dlganimw.lsp @Packed @Out AVWIN\dlg_anim.lsp
- @File autovis\avpacked\walkd.lsp @Packed @Out AVDOS\walk.lsp
- @File autovis\avpacked\walkw.lsp @Packed @Out AVWIN\walk.lsp
- @File autovis\avpacked\animdcld.dcl @Packed @Out AVDOS\animdcl.dcl
- @File autovis\avpacked\animdclw.dcl @Packed @Out AVWIN\animdcl.dcl
- @File autovis\avpacked\acad.rx @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\autovis.ahp @Packed @Out AVDOS\*.*
- @File autovis\avpacked\autovisd.dcl @Packed @Out AVDOS\autovis.dcl
- @File autovis\avpacked\autovisw.dcl @Packed @Out AVWIN\autovis.dcl
- @File autovis\avpacked\rendcomd.dcl @Packed @Out AVDOS\rendcomm.dcl
- @File autovis\avpacked\rendcomw.dcl @Packed @Out AVWIN\rendcomm.dcl
- @File autovis\avpacked\africa.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\asia.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\aust.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\canada.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\europe.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\india.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\namer.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\samer.map @Packed @Out AVIS_SUP\*.*
- @File autovis\avpacked\sitenamd.txt @Packed @Out AVDOS\sitename.txt
- @File autovis\avpacked\sitenamw.txt @Packed @Out AVWIN\sitename.txt
- /* minimal texture maps and libraries */
- @File autovis\avpacked\mini.mli @Group A @Packed @Out AVIS_SUP\autovis.mli
- @File autovis\avpacked\mini.lli @Group A @Packed @Out AVIS_SUP\autovis.lli
- @File autovis\avpacked\checkers.tga @Packed @Out MAPS\*.*
- @File autovis\avpacked\8plnt15l.tga @Packed @Out MAPS\*.*
- @File autovis\avpacked\8plnt15o.tga @Packed @Out MAPS\*.*
-
- @File autovis\avpacked\autovisd.arx @Packed @Out AVDOS\autovis.arx
- @File autovis\avpacked\autovisw.arx @Packed @Out AVWIN\autovis.arx
- @File autovis\avpacked\autovisd.xmx @Packed @Out AVDOS\autovis.xmx
- @File autovis\avpacked\autovisw.xmx @Packed @Out AVWIN\autovis.xmx
- @File autovis\avpacked\acad.mnu @Packed @Out AVDOS\*.*
-
- @File autovis\avpacked\autovis.mnu @Packed @Out AVWIN\*.*
- @File autovis\avpacked\anim.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\anim32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\bkgrnd.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\bkgrnd32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\editland.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\edlnd32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\fog.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\fog32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\landlib.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\lndlib32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\newland.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\newlnd32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\setuv.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\setuv32.bmp @Packed @Out AVWIN\*.*
- @File autovis\avpacked\autovis.hlp @Packed @Out AVWIN\*.*
-
- @File autovis\avis_sup\autovis.mli @Group Z @Out AVIS_SUP\*.*
- @File autovis\avis_sup\autovis.lli @Group Z @Out AVIS_SUP\*.*
- /* @File autovis\avis_sup\direct.dwg @Group Z @Out AVIS_SUP\*.* */
- /* @File autovis\avis_sup\overhead.dwg @Group Z @Out AVIS_SUP\*.* */
- /* @File autovis\avis_sup\rm_sdb.dwg @Group Z @Out AVIS_SUP\*.* */
- /* @File autovis\avis_sup\sh_spot.dwg @Group Z @Out AVIS_SUP\*.* */
- @File autovis\tutorial\avtut_1.dwg @Out TUTORIAL\*.*
- @File autovis\tutorial\avtut_2.dwg @Out TUTORIAL\*.*
- @File autovis\tutorial\avtut_3.dwg @Group Z @Out TUTORIAL\*.*
- @File autovis\tutorial\avtut_4.dwg @Group Z @Out TUTORIAL\*.*
- @File autovis\tutorial\avtut_5.dwg @Group Z @Out TUTORIAL\*.*
- @File autovis\tutorial\avtut_6.dwg @Group Z @Out TUTORIAL\*.*
- @File autovis\tutorial\revolve.dwg @Group Z @Out TUTORIAL\*.*
- @File autovis\tutorial\sunstudy.dwg @Group Z @Out TUTORIAL\*.*
- @File autovis\tutorial\winmask.tga @Group Z @Out TUTORIAL\*.*
- /* DOS animation player */
- @File autovis\anim\aniplay.exe @Group Z @Out ANIM\*.*
- @File autovis\anim\resource\aa.mu @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\aadisp.drv @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\supervga.drv @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\vesa.drv @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\aahrmenu.fnt @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\aamenu.fnt @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\anim.pdr @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\flilores.pdr @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\targa.pdr @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\tiff.pdr @Group Z @Out ANIM\RESOURCE\*.*
- @File autovis\anim\resource\gif.pdr @Group Z @Out ANIM\RESOURCE\*.*
- /* Windows animation player*/
- @File autovis\anim\aaplay.dll @Group Z @Out ANIM\*.*
- @File autovis\anim\aavga.dll @Group Z @Out ANIM\*.*
- @File autovis\anim\aawin.exe @Group Z @Out ANIM\*.*
- @File autovis\anim\aawin.hlp @Group Z @Out ANIM\*.*
- /* Dave's targa animator */
- @File autovis\anim\flcreate.exe @Group Z @Out ANIM\*.*
- @File autovis\anim\rtm.exe @Group Z @Out ANIM\*.*
- @File autovis\anim\dpmi16bi.ovl @Group Z @Out ANIM\*.*
- /* Landscape maps */
- @File autovis\maps\8bush02l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8bush02o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8peop08l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8peop08o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8peop17l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8peop17o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8plnt01l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8plnt01o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree14l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree14o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree32l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree32o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree39l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree39o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree44l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\8tree44o.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\maple.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\maple_op.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\sign_02l.gif @Group Z @Out MAPS\*.*
- @File autovis\maps\sign_02o.gif @Group Z @Out MAPS\*.*
- /* Start images */
- @File autovis\maps\avframe.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\marbpale.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\marbteal.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\oak_bed2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\sky.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\checkop.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tribump.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tripat.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\oak_bed1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\3d.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\3ds.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\adesk2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ape.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\aqurfrnt.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\aqurside.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ashsen.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\asign.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\bbody.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\bbody2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\benediti.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\biglake.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\blplanet.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\bluchina.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\bmps.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\brnbricb.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\brnbrick.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\brnmarop.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\brwmmarb.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\bubinga.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\buttons.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\camoflab.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\camoflag.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\canada.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\cement.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\checker.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\clock.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\cloud.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\conctile.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\cruiser.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\dash.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\dimple.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\earthmap.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\eye_iris.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\fence.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\gold.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\granite.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\gravel1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\graymarb.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\grid.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\grybrick.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\house2_l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\idkwood.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\iltwood1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\imarble1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\imetal.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\imetalb.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\inlay3.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\inlay4.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ipavers.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ishingl2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\istone2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ivines1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\jupiter.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\lattic1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\lattic2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\leaf.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\mum.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\palmfrnd.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0003.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0006.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0007.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0016.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0019.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0027.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0035.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0039.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0084.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0094.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0106.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0107.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0110.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0111.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0127.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0134.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0148.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0149.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0150.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0153.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0155.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pat0158.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\pinkmarb.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\refmap.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ringopac.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\ringtex.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\sand.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\squig.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\stereo.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\stereobp.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\sunset.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\teak.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tile0003.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tile0009.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tile0011.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tile0016.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tile0020.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\treetrnk.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tv.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\tv_bmp.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\usflag.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\valley_l.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\whiteash.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\window1.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\window2.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\window3.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\window4.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\window5.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\window6.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\x29decal.tga @Group Z @Out MAPS\*.*
- @File autovis\maps\x29decl2.tga @Group Z @Out MAPS\*.*
- @EndDisk
-
- @If ('Z' [= @Group)
- @SETBATCHFILE
- @Verbatim "PATH @OutDrive:\\@SUBDIR\\ANIM;%PATH%"
- @Verbatim "SET ACAD=@OutDrive:\\@SUBDIR\\AVDOS;@OutDrive:\\@SUBDIR\\AVIS_SUP;@OutDrive:\\@SUBDIR\\ANIM;%ACAD%"
- @Verbatim "SET AVEMAPS=@OutDrive:\\@SUBDIR\\MAPS;@OutDrive:\\@SUBDIR\\TUTORIAL"
- @Verbatim "REM SET RENDERCFG=@OutDrive:\\@SUBDIR\\AVDOS"
- @ENDBATCHFILE
- @ENDIF
- @If ('A' [= @Group)
- @SETBATCHFILE
- @Verbatim "PATH @OutDrive:\\@SUBDIR\\ANIM;@CDROM:\\AUTOVIS\\ANIM;%PATH%"
- @Verbatim "SET ACAD=@CDROM:\\AUTOVIS\\AVIS_SUP;@OutDrive:\\@SUBDIR\\AVDOS;@OutDrive:\\@SUBDIR\\AVIS_SUP;@OutDrive:\\@SUBDIR\\ANIM;%ACAD%"
- @Verbatim "SET AVEMAPS=@CDROM:\\AUTOVIS\\MAPS;@CDROM:\\AUTOVIS\\TUTORIAL;@OutDrive:\\@SUBDIR\\MAPS;@OutDrive:\\@SUBDIR\\TUTORIAL"
- @Verbatim "REM SET RENDERCFG=@OutDrive:\\@SUBDIR\\AVDOS"
- @ENDBATCHFILE
- @ENDIF
- @Finish
- @If(
- @SYSTEM "echo @StartupDrive:\\AQUAPATS > @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\BLDGMATS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\BACKGRND >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\CLOUDS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\MISCPATS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\PATTERNS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\PRINTS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\TILES >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\TOPICAL >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\WOODS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\KETIV >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\SCHREIBR >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\TEXTUNI >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth" == 0 &&
- @SYSTEM "echo @StartupDrive:\\MAPS >> @OutDrive:\\@SUBDIR\\AVIS_SUP\\avemaps.pth"
- == 0 &&
-
- @SYSTEM "echo @DATXMSG(51,"In AutoCAD for Windows use the PREFERENCES command, under Environment") > @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo @DATXMSG(52,"section, make sure the following directories are on the support path:") >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo. >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo @DATXMSG(53,"Support:") @OutDrive:\\@SUBDIR\\AVWIN;@OutDrive:\\@SUBDIR\\AVIS_SUP;@OutDrive:\\@SUBDIR\\ANIM; >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo. >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
-
- @SYSTEM "echo @DATXMSG(54,"Under the Render section of the PREFERENCES command make sure") >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo @DATXMSG(55,"the following dirtectories are on the maps path") >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo. >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0 &&
- @SYSTEM "echo @DATXMSG(56,"Map Files Path:") @OutDrive:\\@SUBDIR\\MAPS;@OutDrive:\\@SUBDIR\\TUTORIAL >> @OutDrive:\\@SUBDIR\\avwin.txt" == 0)
- @EndIf
- @EndFinish
-
-